projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cab3ca9
)
One more GC-aligned struct
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 7 Sep 2018 16:50:19 +0000
(09:50 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 7 Sep 2018 16:50:31 +0000
(09:50 -0700)
* src/lisp.h (struct Lisp_Sub_Char_Table):
Mark this with GCALIGNED_STRUCT, too.
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 56623a75f740199f1939be1c6552c6484acff256..f2a3ac9213205c93fc9ac98f03a7ca6989ce69b4 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1890,7
+1890,7
@@
struct Lisp_Sub_Char_Table
/* Use set_sub_char_table_contents to set this. */
Lisp_Object contents[FLEXIBLE_ARRAY_MEMBER];
- };
+ }
GCALIGNED_STRUCT
;
INLINE bool
SUB_CHAR_TABLE_P (Lisp_Object a)